home *** CD-ROM | disk | FTP | other *** search
/ World of Education / World of Education.iso / world_c / cgp30.zip / INSTALL.BAT < prev    next >
DOS Batch File  |  1991-12-12  |  382b  |  20 lines

  1. echo off
  2. cls
  3. echo . 
  4. echo .
  5. echo Please stand by.
  6. echo .
  7. echo .
  8. md %1\cg
  9. copy *.* %1\cg\*.*
  10. copy cg2.bat %1\cg.bat
  11. cls
  12. echo ******************************************************
  13. echo * Done.  To run The Children's Graphics Program      *
  14. echo * from the hard drive just type CG then press enter. *
  15. echo ******************************************************
  16.  
  17.  
  18.  
  19.  
  20.